CalendarsI cols = globals.svci.getCalendarsHandler();
dumpCol(cols.getHome());
pathStack.pop();
}
final CalendarsI cols = getSvc().getCalendarsHandler();
final BwCalendar home = cols.getHome();
if (home == null) {
warn("No home for " + pr.getPrincipalRef());
return;
}